Certification 
EntityType  Independent 
Logical Entity Name  Certification 
Default Table Name  PlCertifications 
Logical Only  NO 
Definition 
 
Note 
 

Certification Attributes 
Attribute/Logical Rolename  Domain  Datatype  NULL  Definition 
CertificationId(PK)    INTEGER  NO 
 
Code    CHAR(8)  NO 
 
Name    VARCHAR(100)  YES 
 
IsActive    BIT  NO 
 
LastModifiedUserId(FK)    INTEGER  NO 
 
CampusGroupId(FK)    INTEGER  YES 
 
CreatedDateTime    DATETIME  NO 
 
LastModifiedDateTime    DATETIME  NO 
 
RowVersion    TIMESTAMP/DATE  NO 
 

Certification Keys 
Key Name  Key Type  Keys 
PlCertifications_PlCertificationsID_U_C_IDX  PrimaryKey  CertificationId 
PlCertifications_UserID_N_N_IDX  Inversion Entry  LastModifiedUserId 
PlCertifications_SyCampusGrpID_N_N_IDX  Inversion Entry  CampusGroupId 
PlCertifications_Code_N_N_IDX  Inversion Entry  Code 

Certification Relationships 
Parent Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Supertype 
CampusGroup  Non-Identifying  Zero or One to Zero or More        CampusGroupId  NO 
Staff  Non-Identifying  One To Zero or More        LastModifiedUserId  NO 
Child Relationships: 
Entity Name  Type  Cardinality  Business Name  VerbPhrase  InversePhrase  Foreign Keys  Is Subtype 
StudentCertification  Non-Identifying  One To Zero or More          NO 
StudentCertification  Non-Identifying  One To Zero or More          NO 

Certification Check Constraints 
Check Constraint Name  CheckConstraint